USGS Earthquake Intelligence avatar

USGS Earthquake Intelligence

Pricing

from $1.00 / 1,000 results

Go to Apify Store
USGS Earthquake Intelligence

USGS Earthquake Intelligence

Real-time earthquake data from USGS. Get magnitude, location, depth, tsunami warnings, and shake intensity for recent seismic events worldwide. Filter by region, magnitude, and time period. Perfect for researchers, emergency services, insurance, and news organizations.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

ben

ben

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

0

Monthly active users

17 days ago

Last modified

Share

Extract real-time earthquake data worldwide from USGS. Get magnitude, location, depth, tsunami warnings, and alert levels. Filter by region, magnitude, or proximity to any location.

What you get

  • 32 structured fields per recordalert, cdi, code, depth_km, detail_url, distance_to_nearest_station, event_ids, event_type
  • Clean, validated JSON ready for your pipeline
  • Pre-built dataset Overview in the Apify Console for instant inspection
  • Reliable & maintained — patched whenever the source changes

Why this actor (vs. alternatives)

Build your ownGeneric scraperThis actor
MaintenanceYou patch every changeOften brokenPatched continuously
Structured outputManual parsingInconsistentValidated schema
Setup timeDaysHoursMinutes
Pay only for resultsN/AVariesYes (pay-per-use)

Input

FieldTypeDescription
mode (required)stringHow to query earthquake data Options: recent, significant, by_location, by_region
daysBackintegerHow many days of earthquake data to fetch
periodstringTime period for significant earthquakes Options: hour, day, week, month
minMagnitudenumberFilter earthquakes by minimum magnitude (0-10 Richter scale)
maxMagnitudenumberFilter earthquakes by maximum magnitude
latitudenumberCenter latitude for location-based search (-90 to 90)
longitudenumberCenter longitude for location-based search (-180 to 180)
radiusKmnumberSearch radius in kilometers from center point
regionstringPredefined seismic regions Options: california, japan, indonesia, chile, alaska, mediterranean
alertLevelstringFilter by PAGER alert level Options: green, yellow, orange, red
maxResultsintegerMaximum number of earthquakes to return

Example Input

{
"mode": "recent",
"daysBack": 7,
"period": "week",
"radiusKm": 500,
"maxResults": 100
}

Output (sample)

{
"id": "av94211738",
"magnitude": 1.73,
"magnitude_type": "ml",
"severity": "minor",
"place": "Rat Islands, Aleutian Islands, Alaska",
"time": "2026-05-27T23:50:27.020000+00:00",
"updated": "2026-05-28T00:29:00.350000+00:00",
"timezone_offset": null,
"longitude": 178.402666666667,
"latitude": 52.0071666666667,
"depth_km": 2.72,
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/av94211738",
"detail_url": "https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av94211738&format=ge...",
"felt_reports": null,
"cdi": null,
"mmi": null,
"alert": null,
"status": "reviewed"
}

Use cases

  • News aggregators — auto-update with the latest events
  • Educational platforms — teach with real scientific data
  • Dashboards — visualize trends and events
  • Alerting / safety — trigger on significant events
  • Research — analyze patterns over time

Pricing

Pay-Per-Event:

  • $0.001 per result
  • $0.00005 actor-start fee

Example runs

Use caseResultsCost
Quick scan100$0.10
Standard run500$0.50
Bulk dataset2,000$2.00

FAQ

Q: How fresh is the data?
A: Real-time — every run fetches live from the source.

Q: Do I pay for failed or empty runs?
A: You pay per result returned, plus a tiny actor-start fee.

Q: Can I schedule recurring runs?
A: Yes — use the Apify Console scheduler for daily/weekly automation.

Q: Can I export the data?
A: Yes — JSON, CSV, Excel, and API access are all supported by Apify.

This actor retrieves publicly accessible data only. You are responsible for respecting the source's Terms of Service, honoring robots.txt, and complying with GDPR / applicable regulations for any personal data.

Support & feature requests

Open an issue on the Actor page or contact via Apify Console messaging. Custom features welcome.